home *** CD-ROM | disk | FTP | other *** search
- on(press){
- tellTarget("/quarterview")
- {
- gotoAndStop(4);
- tellTarget("/solidwire")
- {
- gotoAndStop("hummer side");
- play();
- tellTarget("/meter")
- {
- gotoAndPlay(2);
- }
- tellTarget("/stats_hotrod")
- {
- gotoAndStop(1);
- tellTarget("/stats_hummer")
- {
- play();
- tellTarget("/stats_hovercraft")
- {
- gotoAndStop(1);
- tellTarget("/stats_buggy")
- {
- gotoAndStop(1);
- }
- car = "hummer";
- }
- }
- }
- }
- }
- }
-